From: Richard M. Stallman Date: Thu, 23 Dec 1993 03:46:01 +0000 (+0000) Subject: (mail-fetch-field): Add autoload cookie. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~93771 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=9b9f9c9dc1dde419f18ad2509b1e523bfb19ed05;p=emacs.git (mail-fetch-field): Add autoload cookie. --- diff --git a/lisp/mail/mail-utils.el b/lisp/mail/mail-utils.el index 766d2c94c81..4c506b714c9 100644 --- a/lisp/mail/mail-utils.el +++ b/lisp/mail/mail-utils.el @@ -152,6 +152,7 @@ Usenet paths ending in an element that matches are removed also." (substring userids (match-end 0)) userids))) +;;;###autoload (defun mail-fetch-field (field-name &optional last all) "Return the value of the header field FIELD-NAME. The buffer is expected to be narrowed to just the headers of the message.